home *** CD-ROM | disk | FTP | other *** search
/ Inside Mac Games Volume 4 #7 / IMG 38 July 1996.iso / Essentials / ShrinkWrap™ 2.0.1 / 2.0 Release Notes next >
Text File  |  1996-04-25  |  12KB  |  222 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11. ShrinkWrap™ Release Notes
  12.  
  13. Version 2.0 - 26 Apr 96
  14.  
  15.  - Now accelerated for Power Macintosh.  The ShrinkWrap™ application is FAT and will run natively on both 68K Macs and PowerMacs.
  16.  
  17.  - Integrated all features of ImageMaster™ into ShrinkWrap™.  This includes support for large volumes such as CD-ROM's, hard drives and removables.
  18.  
  19.  - Implemented new ShrinkWrap Log.  Moved most existing menu commands to the new Image menu to make room for standard commands in the File menu.
  20.  
  21.  - Completed implementation of object support in AppleEvent suite.  You can now get or set any user preferences from AppleScript or Frontier.  See the 'aete' resource for more info.
  22.  
  23. >>Important Note:  Throw away any old Beta versions of the ShrinkWrap 2.0 Prefs file prior to running the 2.0 release.  The format has changed to support direct manipulation via AppleEvents. <<
  24.  
  25.  - Added AppleScript Examples folder with sample scripts demonstrating cool things you can do with the new AppleEvent suite.
  26.  
  27.  - Added personalization dialog with explanation of licensing policy.
  28.  
  29.  - Added option in Preferences to mount image files as unlocked by default.  This finally allows users to place image files of any size in their Startup Items folder so that they will be mounted as unlocked volumes automatically on startup and act as persistent RAM disks.
  30.  
  31.  - Added “Auto-size mounted folders” option to create a disk image file that is roughly fitted for the contents of the selected folder.  (Folders with <= 1440K will be sized to the closest standard floppy media size.)
  32.  
  33.  - Added New Image dialog, much like the Finder's Erase Disk dialog, to provide means to format new image files of any size and with any PC Exchange supported file system (DOS, ProDOS or HFS).
  34.  
  35.  - Changed some modifier key combinations.  Control key now always verifies a disk or image file.  Shift-Control will convert an image file.
  36.  
  37.  - Created new self-mounting image formats for both floppies and large volumes.  These image files actually contain tiny 10K applications that can mount the image or write it back to disk without the user needing a copy of the ShrinkWrap™ application.
  38.  
  39.  - Now ShrinkWrap™ can create and convert to many new image file formats, including Apple Drive Containers, PC disk image files, DiskDup+ image files and, of course, ShrinkWrap™ self-mounting image files.
  40.  
  41.  - Added *partial* support for Apple's new Disk Image Mounter image files that are currently being distributed with new Powerbooks.  ShrinkWrap™ can read, convert and mount these files.  However, since the compressed formats use an Apple proprietary compression scheme, I can't include decompression routines in my code and I've had to use a system decompression resource ('dcmp' ID=3) to read them that's only available in System 7.5 or later.  It's a bit of a hack, but hopefully Apple will get it's act together and allow freeware utilities to use their codec so that we can support the new image file formats.
  42.  
  43. >>Note:  If you feel you may have some influence in Apple's decision to share this library, please drop me mail and I'll provide you the relevant contact information. <<
  44.  
  45.  - Now prevents installers and users from inadvertently ejecting mounted disk images by automatically remounting the image if it is ejected.  This allows many (but not necessarily all) installers to run from disk images without ejecting the mounted images and asking users to reinsert them later.
  46.  
  47.  - Creates data buffer in application heap rather than temporary memory.  Although this is a less flexible means to use available memory, it allows users more control over the size of buffers used by ShrinkWrap™ and prevents them from aggravating low memory situations when they increase ShrinkWrap™’s memory partition size.
  48.  
  49.  - Incorporated MoreFiles 1.4.2 and new driver install and remove routines from Apple DTS.
  50.  
  51.  - Switched development environments from Symantec to Metrowerks CodeWarrior.
  52.  
  53.  
  54.  
  55. ShrinkWrap™ Version History
  56.  
  57. Version 1.4.2 - 15 Jul 95
  58.  
  59.  - Fixed crashing bug that could prevent you from being able to mount some image files over a network if the “Keep mounted images in RAM” option was set.
  60.  
  61.  - When creating image files from floppy disks in batch mode, the second disk will no longer always be rejected due to “bad checksums”.
  62.  
  63.  - If the “Delete expanded files after processing” option is set, expanded image files that are in use because they are mounted on the desktop will now be deleted after you drag the mounted image to the trash.
  64.  
  65.  - Fixed bug that would prevent further menu driven operations if an error dialog was received or operation cancelled earlier in the same session.
  66.  
  67.  - If your selected destination folder can't be located on launch, the “Destination” option will no longer be automatically switched to “Prompt for destination”.
  68.  
  69. Version 1.4.1 - 09 Jul 95
  70.  
  71.  - Fixed a minor bug that would prevent you from being able to create image files from a mounted disk image.
  72.  
  73. Version 1.4 - 06 Jul 95
  74.  
  75.  - ShrinkWrap no longer creates a scratch file when mounting the following image file formats:  ShrinkWrap™, DiskCopy™ (uncompressed), DiskDup+ and PC Exchange™/DropDisk drive containers. The new driver now works directly on these image files even if they're heavily fragmented or on a network server.  Mounting can be accomplished with no available hard drive space and with significant performance gains, especially when mounting over a network.
  76.  
  77.  - All the above image file formats can now be mounted as unlocked volumes (even over a network).
  78.  
  79.  - ShrinkWrap now mounts, reads and converts native PC disk image files (.IMG or .IMA) that have been created with Microsoft's DSKIMAGE.EXE or WINIMAGE.EXE.
  80.  
  81. - If you select the option to mount image files into RAM and there is insufficient RAM available to load the image file into memory, ShrinkWrap™ will now automatically revert to mounting the image files directly from the hard disk.  This allows you to take advantage of the performance gains of a RAM disk when there is enough free memory available.
  82.  
  83. Version 1.3.2 - 15 Apr 95
  84.  
  85.  - ShrinkWrap™ no longer requires a contiguous free block of drive space for its scratch file.  Fragment your hard drive all you want, version 1.3.2 doesn't care.
  86.  
  87.  - If you change the name of a mounted image, the driver will now update the volume name in the DiskCopy™ header.
  88.  
  89.  - If multiple items are dropped onto ShrinkWrap™, selecting Stop now will only terminate processing of the current item.
  90.  
  91.  - Progress dialog is now centered on screen so that name of current disk image is visible when prompted to insert another disk.
  92.  
  93. Version 1.3.1 - 24 Feb 95
  94.  
  95.  - Fixes problem updating checksums from a scratch file on startup volumes with odd-sized allocation blocks.
  96.  
  97.  - Volumes are now always flushed prior to being read or updated, even during a sudden restart.
  98.  
  99.  - Image driver is now interrupt-friendly.
  100.  
  101. Version 1.3 - 10 Feb 95
  102.  
  103.  - New AppleEvent suite to allow for more advanced scripting with ShrinkWrap™.
  104.  
  105.  - Mounts, reads and converts DiskCopy™ 5.0d1 - 6.0 compressed and self-extracting image files.
  106.  
  107.  - Added support for encrypting image file archives with a password.
  108.  
  109.  - New option to delete expanded files after processing.  This will automatically clean up the transitional folders and files that are created as you process compressed image archives.
  110.  
  111.  - More advanced options to control when and what type of checksums are verified.
  112.  
  113.  - Improved processing of drag and drop events.  Now a drag and drop event will not quit the application if it was previously running.  The process of checking the modifier keys for each drag and drop event is also handled more sensibly.
  114.  
  115.  - When selecting the destination folder in preferences, the standard get folder dialog will now open to the location of the last selection.
  116.  
  117.  - After making changes to an image mounted on the desktop, DiskCopy™ checksums shown in the Finder's Get Info box are now updated when the checksums in the header are updated.
  118.  
  119.  - The driver now handles sudden restarts and shutdowns better, automatically ejecting mounted images and saving changes to the original image files before the hardware powers down.
  120.  
  121.  - Finally fixed the problem with writing to unformatted 800K disks on Macs with 256K ROMs.
  122.  
  123.  - Improved memory management when mounting image files to RAM.
  124.  
  125.  - Made some cosmetic and functional changes to the About box.
  126.  
  127. Version 1.2.1 - 25 Jan 95
  128.  
  129.  - Fixes incompatibility with MODE32.
  130.  
  131.  - Checksum routines now optimized in assembly for maximum performance.
  132.  
  133.  - Checksums now verified prior to mounting image files.
  134.  
  135.  - Removed inline strings to allow easier localization.
  136.  
  137.  - Cleans up error handling with mounting folders.
  138.  
  139. Version 1.2 - 20 Dec 94
  140.  
  141.  - Uses new proprietary image driver that supports mounting images by loading them into RAM (like MungeImage) or by using an invisible scratch file on your hard drive (like virtual memory).  Users will now no longer be limited in the number of disks they can mount based upon the amount of free RAM they have available.
  142.  
  143.  - Displays one-time Preferences dialog if you hold down the Option key on launch.  (Note: Holding down Shift now mounts images as unlocked volumes.)
  144.  
  145.  - New Batch Floppy Mode allows you to efficiently conduct batch operations on large quantities of floppy disks.  Just keep feeding in disks and ShrinkWrap™ will continue to create image files, duplicate a disk image or verify the disks.  No need to touch the keyboard or mouse until you're done.
  146.  
  147.  - Uses temporary memory for I/O buffers, reducing the application’s minimum memory partition to only 256K.
  148.  
  149.  - Mounts, reads and converts DART™, DiskMaker™, DiskDup+, DropDisk (DOS Card drive containers), Norton Floppier™ and MacTools FastCopy™ (uncompressed) image file formats.
  150.  
  151.  - Automatically decodes/decompresses ALL the formats currently supported by StuffIt Expander™ (.hqx, .uu, .bin, .cpt, .pkg, .zip, .arc, .gz, and .Z).
  152.  
  153.  - Creates self-extracting archives.
  154.  
  155.  - Creates and mounts new blank image files.
  156.  
  157.  - Creates and mounts an image with the contents of a folder.
  158.  
  159.  - Duplicates, verifies and creates image files from mounted images as if they were actual floppy disks.
  160.  
  161.  - New destination option “Same as source”.
  162.  
  163.  - New option to confirm overwriting destination disks.
  164.  
  165.  - Asks for destinations disks of the required media type.
  166.  
  167.  - New Preferences dialog.
  168.  
  169.  - All dialogs now fit on 512 x 342 screens.
  170.  
  171. Version 1.1.2 - 03 Oct 94
  172.  
  173.  - Adds full support for machines with 256K ROMs.  Now runs on anything newer than a Plus.
  174.  
  175.  - Provides checksum data when you verify image files.
  176.  
  177.  - Adds DiskCopy™ resource to allow you to view checksums in the Finder's Get Info dialog.
  178.  
  179.  - No longer chokes on unformatted disks.
  180.  
  181. Version 1.1.1 - 23 Sep 94
  182.  
  183.  - Adds option to Preferences that controls whether mounted images are compressed in RAM.
  184.  
  185.  - Deals with bad destination disks more gracefully.
  186.  
  187.  - Correctly handles floppy disks inserted before ShrinkWrap™ requests a destination disk.
  188.  
  189.  - Prevents File Manager from updating VIB with old data when ejecting disk after copy.
  190.  
  191. Version 1.1 - 28 Aug 94
  192.  
  193.  - Full DART™ support (read, convert & mount).
  194.  
  195.  - Includes MungeImage 1.2 image driver which compresses read-only images in memory.
  196.  
  197.  - Copies image files back to floppy disk.
  198.  
  199.  - Copies images disk-to-disk.
  200.  
  201.  - Extensive image file verification options.
  202.  
  203.  - Prettier and smoother progress box.
  204.  
  205.  - Eliminated temporary folder while decompressing image archives.
  206.  
  207. Version 1.0 - 31 Jul 94     Initial Release
  208.  
  209.  
  210. In Planning for Future Versions
  211.  
  212. Version 2.1
  213.  
  214.  - Support for image update files
  215.  
  216.  - Caching disk-to-disk duplication on hard drive to minimize ejects
  217.  
  218.  - More advanced checksumming and comparison features
  219.  
  220. Windows '95 Version
  221.  
  222.